@charset "UTF-8";
body {
	width: 1360px;
	padding: 0px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.lizaerd_logo {
	width: auto;
	clear: both;
	position: absolute;
	margin-top: 131px;
	margin-left: 234px;
}
.navbar {
	width: 280px;
	height: 800px;
	float: left;
	background-color: rgba(185,189,48,1.00);
	margin-left: auto;
	margin-right: auto;
}
.tmcc_logo {
	padding: 1px;
	position: relative;
	top: 10px;
	margin-bottom: 10px;
}
.navbar ul  {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 240px;
}
.navbar ul li {
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	border: 2px solid rgba(0,0,0,1.00);
	font-size: 20px;
	border-radius: 40px;
}
.navbar ul li a {
	color: rgba(4,4,4,1.00);
	text-decoration: none;
}
.navbar ul li a:hover {
	color: rgba(247,248,244,1.00);
	font-size: 22px;
}
.content_area {
	width: 1080px;
	height: 800px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center 51%;
	background-attachment: scroll;
}
.pic_instructors {
	margin: 0px;
	height: 500px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	width: 1050px;
	float: right;
	text-align: center;
}
.pic_instructors li {
	width: 230px;
	border-width: 1px;
	border-style: solid;
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	height: 500px;
	margin-top: 16px;
	margin-right: 20px;
	margin-left: auto;
	position: relative;
	text-align: center;
}
.pic_instructors li a {
	margin-top: 8px;
}
.colo_text {
	margin-top: 31px;
}
.footer {
	position: relative;
	margin-top: 550px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: rgba(93,89,89,1.00);
}
.email:hover {
	font-size: 26px;
}
